home *** CD-ROM | disk | FTP | other *** search
/ Chip 2005 June / CHIP_CD_2005-06.iso / test / fruity / flstudio502_install.exe / FL Studio DXi (Multi).dll / 0 / RCDATA / TFRUITYLOOPSDXSYNTHEDITORFORM / TFRUITYLOOPSDXSYNTHEDITORFORM.txt
Text File  |  2004-11-05  |  3KB  |  116 lines

  1. object FruityloopsDXSynthEditorForm: TFruityloopsDXSynthEditorForm
  2.   Left = 433
  3.   Top = 120
  4.   BorderStyle = bsNone
  5.   Caption = 'FL Studio DXi Editor'
  6.   ClientHeight = 82
  7.   ClientWidth = 274
  8.   Color = clGray
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   KeyPreview = True
  15.   OldCreateOrder = False
  16.   OnCreate = FormCreate
  17.   OnDestroy = FormDestroy
  18.   OnHide = FormHide
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SynthPanel: TWPControl
  23.     Left = 0
  24.     Top = 0
  25.     Width = 274
  26.     Height = 82
  27.     Color = clMaroon
  28.     ParentColor = False
  29.     ShowHint = True
  30.     object ShowBtn: TQuickBtn
  31.       Left = 201
  32.       Top = 9
  33.       Width = 63
  34.       Height = 63
  35.       Cursor = crHandPoint
  36.       Hint = '|Layer with selected channels'
  37.       ParentFont = False
  38.       ParentColor = False
  39.       Color = clGreen
  40.       Font.Charset = ANSI_CHARSET
  41.       Font.Color = clBlack
  42.       Font.Height = -9
  43.       Font.Name = 'Fruity fonts'
  44.       Font.Style = []
  45.       Options = [tbHasDownGlyph]
  46.       AccelKey = 0
  47.       FXType = FX_Blend
  48.       FXWhen = FX_OnOver
  49.       FXAttack = 192
  50.       FXRelease = 32
  51.       FXBlink = FX_BlinkOnOver
  52.       Glyph.ILCount = 2
  53.       BmpList = SynthResModule.BtnIL
  54.       OnClick = ShowBtnClick
  55.       StayDown = False
  56.     end
  57.     object TimeOfsSelect: TDigiWheel
  58.       Left = 162
  59.       Top = 61
  60.       Width = 25
  61.       Height = 16
  62.       Cursor = crSizeNS
  63.       Options = [wwAutoSize, wwIncMode]
  64.       MoveSpeed = 2
  65.       SlowMotionDiv = 8
  66.       Min = -64
  67.       Max = 64
  68.       DefaultValue = 0
  69.       OnChange = TimeOfsSelectChange
  70.       MouseButton = mbLeft
  71.       HotSideX = 4
  72.       HotSideY = 4
  73.       Color = clNone
  74.       Font.Charset = ANSI_CHARSET
  75.       Font.Color = 13025463
  76.       Font.Height = -11
  77.       Font.Name = 'Arial'
  78.       Font.Style = []
  79.       BmpList = SynthResModule.Digits11IL
  80.       NullValue = -100
  81.     end
  82.     object LogoBtn: TQuickBtn
  83.       Left = 134
  84.       Top = 17
  85.       Width = 48
  86.       Height = 20
  87.       Enabled = False
  88.       ParentFont = False
  89.       ParentColor = False
  90.       Color = clSilver
  91.       Font.Charset = ANSI_CHARSET
  92.       Font.Color = clBlack
  93.       Font.Height = -9
  94.       Font.Name = 'Fruity fonts'
  95.       Font.Style = []
  96.       Options = [tbHasDownGlyph, tbHiddenAnim]
  97.       AccelKey = 0
  98.       FXType = FX_Blend
  99.       FXAttack = 256
  100.       FXRelease = 8
  101.       Glyph.ILCount = 2
  102.       BmpList = SynthResModule.LogoIL
  103.       Down = True
  104.       StayDown = False
  105.     end
  106.     object Button1: TButton
  107.       Left = 285
  108.       Top = 25
  109.       Width = 75
  110.       Height = 25
  111.       Caption = 'Button1'
  112.       TabOrder = 0
  113.     end
  114.   end
  115. end
  116.